vcComponentPathSensor

Component Path Sensor allows you to detect components moving along a path.

See in: Overview

Module: vcBehaviors

Parent: vcBehavior

Children -

Referenced by: -

Properties

Learn how to use properties here. The properties are also inherited from the parent class.

NameTypeAccessDescription
BoolSignalvcBooleanSignalRWGets or sets the boolean signal used to signal when a component triggers the sensor.
BoolSignalValueBooleanRWGets or sets if BoolSignal sends a signal.
See more
A True value means a component triggered the sensor. A False value means the sensor has either been reset or not yet triggered by a component. Generally, BoolSignalValue is used to disable the use of BoolSignal in the sensor.
ComponentSignalvcComponentSignalRWGets or sets the component signal used to signal what component was detected by the sensor.
DistanceRealRWGets or sets the distance of the path sensor.
FramevcFrameFeatureRWGets or sets the frame feature referenced as the physical location of the sensor.
ResetAtvcTriggerPositionRWGets or sets the mode of the sensor for resetting itself after detecting a component.
TriggerAtvcTriggerPositionRWGets or sets the mode of the sensor for detecting components.